Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • sidney.andrews@vdfp 10 posts 20 karma points
    Apr 23, 2009 @ 18:16
    sidney.andrews@vdfp
    0

    Bulleted List Management [SOLVED]

    I have been using Umbraco successfully for a few weeks now and am starting to really enjoy it. I do have a simple dilemma that I have not been able to solve on my own.

    I have a typical directory structure

    Home
    - Sub 1
    -- Page 1
    -- Page 2
    - Sub 2
    -- Page 3
    -- Page 4

    and I have delegated user rights accordingly. On the homepage, I made sure that noone other than myself (Admin) can edit the content. However, I have been trying to figure out how I could put a simple

      bulleted list on the homepage and allow the users to only be able to edit that particular component and nothing else. I've tried playing with the templates, contentplaceholders and document types but to no avail. I have 3 years of C# coding experience if it comes down to writing a .NET module.

  • dandrayne 1138 posts 2262 karma points
    Apr 24, 2009 @ 01:41
    dandrayne
    0

    You could store the information in a separate node stored further down the tree and grab it's content via xslt, perhaps.

  • Paul Blair 466 posts 731 karma points
    Apr 24, 2009 @ 03:27
    Paul Blair
    0

    yep, I'd go for storing it in a separate node.

    I have a node called Site data, and below that I have my editable lists.

    Set up 2 new documents, List & List Items. They shouldn't need any extra properties and they don't require a template. Add ListItem to the allowed child nodetypes.

    You can then render the list on a page using a macro & XSLT:
    [code]







    [/code]

  • sidney.andrews@vdfp 10 posts 20 karma points
    Apr 24, 2009 @ 14:47
    sidney.andrews@vdfp
    0

    That works! Thanks.

Please Sign in or register to post replies

Write your reply to:

Draft